Order Integration Event

An event that communicates order-related information between services.

Order Integration Events facilitate communication between services in the Orders Domain. Examples include:

  • OrderPlaced: Notifies that a new order has been placed
  • OrderCompleted: Notifies that an order has been completed
  • OrderCancelled: Notifies that an order has been cancelled
  • BasketDeleted: Notifies that a basket has been deleted after order placement

Integration Events ensure that all services in the Orders Domain stay in sync.